home *** CD-ROM | disk | FTP | other *** search
File List | 1988-09-13 | 400 b | 16 lines |
- @ECHO OFF
- REM The "LOG" statements are commented out using "REM"
- REM You can get a copy of LOG.ARC from the PROGRAM EXCHANGE
- REM To log most major functions on your BBS system.
- REM
- REM LOG JMODEM download execution
- CD D:\WILDCAT\PROTOCOL
- JMODEM S1 %3
- IF ERRORLEVEL 1 GOTO BAD
- REM LOG JMODEM download success
- GOTO END
- :BAD
- COPY ALL.OK TRANSFER.BAD
- REM LOG JMODEM download failure
- :END